From a54e5844b6e82fa9cb57608a0ea1c3a1c69417f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 21 Apr 2018 19:44:45 +0200 Subject: [PATCH] widget: Don't mention gtk_widget_snapshot() in the docs It's not public so people can't know about it. --- gtk/gtkwidget.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index e7ab8010c7..d565719854 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -13499,9 +13499,7 @@ gtk_widget_forall (GtkWidget *widget, * the @snapshot the widget received. * * gtk_widget_snapshot_child() takes care of translating the origin of - * @snapshot, and deciding whether the child needs to be snapshot. It is a - * convenient and optimized way of getting the same effect as calling - * gtk_widget_snapshot() on the child directly. + * @snapshot, and deciding whether the child needs to be snapshot. **/ void gtk_widget_snapshot_child (GtkWidget *widget, -- 2.30.2